home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / cvs-960311 / lib / cvs / examples / modules < prev    next >
Encoding:
Text File  |  1996-01-19  |  14.8 KB  |  582 lines

  1. #
  2. # The CVS Modules File
  3. #
  4. #ident    "@(#)cvs/examples:$Name:  $:$Id: modules,v 1.1.1.1 1996/01/20 15:41:03 bbum Exp $"
  5. #
  6. # Three different line formats are valid:
  7. #    key    -a    aliases...
  8. #    key [options] directory
  9. #    key [options] directory files...
  10. #
  11. # Where "options" are composed of:
  12. #    -i prog        Run "prog" on "cvs commit" from top-level of module.
  13. #    -o prog        Run "prog" on "cvs checkout" of module.
  14. #    -e prog        Run "prog" on "cvs export" of module.
  15. #    -t prog        Run "prog" on "cvs rtag" of module.
  16. #    -u prog        Run "prog" on "cvs update" of module.
  17. #    -d dir        Place module in directory "dir" instead of module name.
  18. #    -l        Top-level directory only -- do not recurse.
  19. #
  20. # And "directory" is a path to a directory relative to $CVSROOT.
  21. #
  22. # The "-a" option specifies an alias.  An alias is interpreted as if
  23. # everything on the right of the "-a" had been typed on the command line.
  24. #
  25. # You can encode a module within a module by using the special '&'
  26. # character to interpose another module into the current module.  This
  27. # can be useful for creating a module that consists of many directories
  28. # spread out over the entire source repository.
  29. #
  30.  
  31. # Convenient aliases
  32. world        -a .
  33.  
  34. # CVSROOT support
  35. CVSROOT        -i /usr/local/bin/mkmodules CVSROOT
  36. commitinfo    -i /usr/local/bin/mkmodules CVSROOT commitinfo
  37. cvswrappers    -i /usr/local/bin/mkmodules CVSROOT cvswrappers
  38. editinfo    -i /usr/local/bin/mkmodules CVSROOT editinfo
  39. modules        -i /usr/local/bin/mkmodules CVSROOT modules
  40. loginfo        -i /usr/local/bin/mkmodules CVSROOT loginfo
  41. rcsinfo        -i /usr/local/bin/mkmodules CVSROOT rcsinfo
  42. rcstemplate    -i /usr/local/bin/mkmodules CVSROOT rcstemplate
  43. taginfo        -i /usr/local/bin/mkmodules CVSROOT taginfo
  44.  
  45. # Add more modules here 
  46. #
  47. # END_REQUIRED_CONTENT (this comment for cvsinit)
  48. #
  49. # The remainder was for the Prisma OS sources
  50. #
  51.  
  52. # another convenient alias
  53. kernel        -a sys lang/adb sparcsim
  54.  
  55. # The "sys" entry exists only to make symbolic links after checkout
  56. sys        -o sys/tools/make_links sys
  57.  
  58. # Sub-directories of "bin"
  59. awk        bin/awk
  60. csh        bin/csh
  61. diff        bin/diff
  62. make        bin/make
  63. sed        bin/sed
  64. sh        bin/sh
  65.  
  66. # Programs that live in "bin"
  67. cat        bin Makefile cat.c
  68. chgrp        bin Makefile chgrp.c
  69. chmod        bin Makefile chmod.c
  70. cmp        bin Makefile cmp.c
  71. cp        bin Makefile cp.c
  72. date        bin Makefile date.c
  73. dd        bin Makefile dd.c
  74. df        bin Makefile df.c
  75. domainname    bin Makefile domainname.c
  76. du        bin Makefile du.c
  77. echo        bin Makefile echo.c
  78. ed        bin Makefile ed.c
  79. env        bin Makefile env.c
  80. expr        bin Makefile expr.c
  81. grep        bin Makefile grep.c
  82. hostid        bin Makefile hostid.c
  83. hostname    bin Makefile hostname.c
  84. kill        bin Makefile kill.c
  85. ldd        bin Makefile ldd.c
  86. line        bin Makefile line.c
  87. ln        bin Makefile ln.c
  88. login        bin Makefile login.c
  89. ls        bin Makefile ls.c
  90. mail        bin Makefile mail.c
  91. mkdir        bin Makefile mkdir.c
  92. mt        bin Makefile mt.c
  93. mv        bin Makefile mv.c
  94. newgrp        bin Makefile newgrp.c
  95. nice        bin Makefile nice.c
  96. od        bin Makefile od.c
  97. pagesize    bin Makefile pagesize.c
  98. passwd        bin Makefile passwd.c
  99. pr        bin Makefile pr.c
  100. ps        bin Makefile ps.c
  101. pwd        bin Makefile pwd.c
  102. rm        bin Makefile rm.c
  103. rmail        bin Makefile rmail.c
  104. rmdir        bin Makefile rmdir.c
  105. stty        bin Makefile stty.c
  106. su        bin Makefile su.c
  107. sync        bin Makefile sync.c
  108. tar        bin Makefile tar.c
  109. tee        bin Makefile tee.c
  110. test        bin Makefile test.c
  111. time        bin Makefile time.c
  112. wall        bin Makefile wall.c
  113. who        bin Makefile who.c
  114. write        bin Makefile write.c
  115.  
  116. # Sub-directories of "etc"
  117. dump        etc/dump
  118. files        etc/files
  119. fsck        etc/fsck
  120. getty        etc/getty
  121. in.routed    etc/in.routed
  122. restore        etc/restore
  123. rpc.lockd    etc/rpc.lockd
  124. rpc.statd    etc/rpc.statd
  125.  
  126. # Programs that live in "etc"
  127. arp        etc Makefile arp.c
  128. biod        etc Makefile biod.c
  129. chown        etc Makefile chown.c
  130. clri        etc Makefile clri.c
  131. dkinfo        etc Makefile dkinfo.c
  132. dmesg        etc Makefile dmesg.c
  133. fsirand        etc Makefile fsirand.c
  134. halt        etc Makefile halt.c
  135. ifconfig    etc Makefile ifconfig.c
  136. in.rlogind    etc Makefile in.rlogind.c
  137. in.rshd        etc Makefile in.rshd.c
  138. inetd        etc Makefile inetd.c
  139. init        etc Makefile init.c
  140. mkfs        etc Makefile mkfs.c
  141. mknod        etc Makefile mknod.c
  142. mount        etc Makefile mount.c
  143. newfs        etc Makefile newfs.c
  144. nfsd        etc Makefile nfsd.c
  145. portmap        etc Makefile portmap.c
  146. pstat        etc Makefile pstat.c
  147. reboot        etc Makefile reboot.c
  148. renice        etc Makefile renice.c
  149. rmt        etc Makefile rmt.c
  150. shutdown    etc Makefile shutdown.c
  151. syslogd        etc Makefile syslogd.c
  152. umount        etc Makefile umount.c
  153. update        etc Makefile update.c
  154. vipw        etc Makefile vipw.c
  155. ypbind        etc Makefile ypbind.c
  156.  
  157. # Sub-directories of "games"
  158. adventure    games/adventure
  159. backgammon    games/backgammon
  160. battlestar    games/battlestar
  161. boggle        games/boggle
  162. chess        games/chess
  163. ching        games/ching
  164. cribbage    games/cribbage
  165. fortune        games/fortune
  166. hack        games/hack
  167. hangman        games/hangman
  168. hunt        games/hunt
  169. life        games/life
  170. mille        games/mille
  171. monop        games/monop
  172. quiz        games/quiz
  173. robots        games/robots
  174. sail        games/sail
  175. snake        games/snake
  176. trek        games/trek
  177.  
  178. # Programs that live in "games"
  179. arithmetic    games Makefile arithmetic.c
  180. banner        games Makefile banner.c
  181. bcd        games Makefile bcd.c
  182. bj        games Makefile bj.c
  183. btlgammon    games Makefile btlgammon.c
  184. canfield    games Makefile canfield.c
  185. cfscores    games Makefile cfscores.c
  186. craps        games Makefile craps.c
  187. factor        games Makefile factor.c
  188. fish        games Makefile fish.c
  189. moo        games Makefile moo.c
  190. number        games Makefile number.c
  191. primes        games Makefile primes.c
  192. rain        games Makefile rain.c
  193. random        games Makefile random.c
  194. worm        games Makefile worm.c
  195. worms        games Makefile worms.c
  196. wump        games Makefile wump.c
  197.  
  198. # Sub-directories of "lang"
  199. adb        lang/adb
  200. as        lang/as
  201. boot        lang/boot
  202. c2        lang/c2
  203. cgrdr        lang/cgrdr
  204. compile        lang/compile
  205. cpp        lang/cpp
  206. dbx        lang/dbx
  207. f77        lang/f77
  208. inline        lang/inline
  209. iropt        lang/iropt
  210. ld        lang/ld
  211. lint        lang/lint
  212. m4        lang/m4
  213. pascal        lang/pascal
  214. pcc        lang/pcc
  215. ratfor        lang/ratfor
  216. rtld        lang/rtld
  217. tcov        lang/tcov
  218. vroot        lang/vroot
  219.  
  220. # Programs that live in "lang"
  221. ar        lang Makefile ar.c
  222. nm        lang Makefile nm.c
  223. ranlib        lang Makefile ranlib.c
  224. size        lang Makefile size.c
  225. strip        lang Makefile strip.c
  226. symorder    lang Makefile symorder.c
  227.  
  228. # Sub-directories of "lib"
  229. csu        lib/csu
  230. libc        lib/libc
  231.  
  232. # Programs that live in "lib"
  233. # NONE
  234.  
  235. # Sub-directories of "lib/libc"
  236. libc_compat    lib/libc/compat
  237. libc_crt    lib/libc/crt
  238. libc_des    lib/libc/des
  239. libc_gen    lib/libc/gen
  240. libc_net    lib/libc/net
  241. libc_inet    lib/libc/inet
  242. libc_rpc    lib/libc/rpc
  243. libc_stdio    lib/libc/stdio
  244. libc_sun    lib/libc/sun
  245. libc_sys    lib/libc/sys
  246. libc_yp        lib/libc/yp
  247.  
  248. # Programs that live in "lib/libc"
  249. # NONE
  250.  
  251. #Sub-directories of "local"
  252. notes        local/notes
  253.  
  254. # Sub-directories of "man"
  255. man1        man/man1
  256. man2        man/man2
  257. man3        man/man3
  258. man4        man/man4
  259. man5        man/man5
  260. man6        man/man6
  261. man7        man/man7
  262. man8        man/man8
  263. manl        man/manl
  264.  
  265. # Programs that live in "man"
  266. # NONE
  267.  
  268. # Sub-directories of "old"
  269. old_compact    old/compact
  270. old_eyacc    old/eyacc
  271. old_filemerge    old/filemerge
  272. old_make    old/make
  273.  
  274. # Programs that live in "old"
  275. old_analyze    old Makefile analyze.c
  276. old_prmail    old Makefile prmail.c
  277. old_pti        old Makefile pti.c
  278. old_syslog    old Makefile syslog.c
  279.  
  280. # Sub-directories of "ucb"
  281. Mail        ucb/Mail
  282. compress    ucb/compress
  283. error        ucb/error
  284. ex        ucb/ex
  285. ftp        ucb/ftp
  286. gprof        ucb/gprof
  287. indent        ucb/indent
  288. lpr        ucb/lpr
  289. more        ucb/more
  290. msgs        ucb/msgs
  291. netstat        ucb/netstat
  292. rdist        ucb/rdist
  293. talk        ucb/talk
  294. tftp        ucb/tftp
  295. tset        ucb/tset
  296. vgrind        ucb/vgrind
  297.  
  298. # Programs that live in "ucb"
  299. biff        ucb Makefile biff.c
  300. checknr        ucb Makefile checknr.c
  301. clear        ucb Makefile clear.c
  302. colcrt        ucb Makefile colcrt.c
  303. colrm        ucb Makefile colrm.c
  304. ctags        ucb Makefile ctags.c
  305. expand        ucb Makefile expand.c
  306. finger        ucb Makefile finger.c
  307. fold        ucb Makefile fold.c
  308. from        ucb Makefile from.c
  309. fsplit        ucb Makefile fsplit.c
  310. gcore        ucb Makefile gcore.c
  311. groups        ucb Makefile groups.c
  312. head        ucb Makefile head.c
  313. last        ucb Makefile last.c
  314. lastcomm    ucb Makefile lastcomm.c
  315. leave        ucb Makefile leave.c
  316. logger        ucb Makefile logger.c
  317. man_prog    ucb Makefile man.c
  318. mkstr        ucb Makefile mkstr.c
  319. printenv    ucb Makefile printenv.c
  320. quota        ucb Makefile quota.c
  321. rcp        ucb Makefile rcp.c
  322. rdate        ucb Makefile rdate.c
  323. rlogin        ucb Makefile rlogin.c
  324. rsh        ucb Makefile rsh.c
  325. rup        ucb Makefile rup.c
  326. ruptime        ucb Makefile ruptime.c
  327. rusers        ucb Makefile rusers.c
  328. rwho        ucb Makefile rwho.c
  329. sccs        ucb Makefile sccs.c
  330. script        ucb Makefile script.c
  331. soelim        ucb Makefile soelim.c
  332. strings        ucb Makefile strings.c
  333. tail        ucb Makefile tail.c
  334. tcopy        ucb Makefile tcopy.c
  335. telnet        ucb Makefile telnet.c
  336. ul        ucb Makefile ul.c
  337. unexpand    ucb Makefile unexpand.c
  338. unifdef        ucb Makefile unifdef.c
  339. users        ucb Makefile users.c
  340. vmstat        ucb Makefile vmstat.c
  341. w        ucb Makefile w.c
  342. wc        ucb Makefile wc.c
  343. what        ucb Makefile what.c
  344. whatis        ucb Makefile whatis.c
  345. whereis        ucb Makefile whereis.c
  346. whoami        ucb Makefile whoami.c
  347. whois        ucb Makefile whois.c
  348. xstr        ucb Makefile xstr.c
  349. yes        ucb Makefile yes.c
  350.  
  351. # Sub-directories of "usr.bin"
  352. calendar    usr.bin/calendar
  353. cflow        usr.bin/cflow
  354. ctrace        usr.bin/ctrace
  355. cxref        usr.bin/cxref
  356. dc        usr.bin/dc
  357. des        usr.bin/des
  358. diff3        usr.bin/diff3
  359. sun_eqn        usr.bin/eqn
  360. file        usr.bin/file
  361. find        usr.bin/find
  362. graph        usr.bin/graph
  363. lex        usr.bin/lex
  364. sun_neqn    usr.bin/neqn
  365. sun_nroff    usr.bin/nroff
  366. sun_plot    usr.bin/plot
  367. prof        usr.bin/prof
  368. refer        usr.bin/refer
  369. rpcgen        usr.bin/rpcgen
  370. spell        usr.bin/spell
  371. sun_tbl        usr.bin/tbl
  372. tip        usr.bin/tip
  373. trace        usr.bin/trace
  374. sun_troff    usr.bin/troff
  375. uucp        usr.bin/uucp
  376. xsend        usr.bin/xsend
  377. yacc        usr.bin/yacc
  378.  
  379. # Programs that live in "usr.bin"
  380. basename    usr.bin Makefile basename.c
  381. bc        usr.bin Makefile bc.c
  382. cal        usr.bin Makefile cal.c
  383. cb        usr.bin Makefile cb.c
  384. checkeq        usr.bin Makefile checkeq.c
  385. chkey        usr.bin Makefile chkey.c
  386. click        usr.bin Makefile click.c
  387. col        usr.bin Makefile col.c
  388. comm        usr.bin Makefile comm.c
  389. cpio        usr.bin Makefile cpio.c
  390. crypt        usr.bin Makefile crypt.c
  391. csplit        usr.bin Makefile csplit.c
  392. cut        usr.bin Makefile cut.c
  393. deroff        usr.bin Makefile deroff.c
  394. egrep        usr.bin Makefile egrep.c
  395. fgrep        usr.bin Makefile fgrep.c
  396. getopt        usr.bin Makefile getopt.c
  397. id        usr.bin Makefile id.c
  398. installcmd    usr.bin Makefile installcmd.c
  399. iostat        usr.bin Makefile iostat.c
  400. ipcrm        usr.bin Makefile ipcrm.c
  401. ipcs        usr.bin Makefile ipcs.c
  402. join        usr.bin Makefile join.c
  403. keylogin    usr.bin Makefile keylogin.c
  404. logname        usr.bin Makefile logname.c
  405. look        usr.bin Makefile look.c
  406. mesg        usr.bin Makefile mesg.c
  407. nl        usr.bin Makefile nl.c
  408. pack        usr.bin Makefile pack.c
  409. paste        usr.bin Makefile paste.c
  410. ptx        usr.bin Makefile ptx.c
  411. rev        usr.bin Makefile rev.c
  412. screenblank    usr.bin Makefile screenblank.c
  413. sdiff        usr.bin Makefile sdiff.c
  414. sleep        usr.bin Makefile sleep.c
  415. sort        usr.bin Makefile sort.c
  416. spline        usr.bin Makefile spline.c
  417. split        usr.bin Makefile split.c
  418. sum        usr.bin Makefile sum.c
  419. touch        usr.bin Makefile touch.c
  420. tr        usr.bin Makefile tr.c
  421. tsort        usr.bin Makefile tsort.c
  422. tty        usr.bin Makefile tty.c
  423. uniq        usr.bin Makefile uniq.c
  424. units        usr.bin Makefile units.c
  425. unpack        usr.bin Makefile unpack.c
  426. xargs        usr.bin Makefile xargs.c
  427. ypcat        usr.bin Makefile ypcat.c
  428. ypmatch        usr.bin Makefile ypmatch.c
  429. yppasswd    usr.bin Makefile yppasswd.c
  430. ypwhich        usr.bin Makefile ypwhich.c
  431.  
  432. # Sub-directories of "usr.etc"
  433. automount    usr.etc/automount
  434. c2convert    usr.etc/c2convert
  435. config        usr.etc/config
  436. cron        usr.etc/cron
  437. eeprom        usr.etc/eeprom
  438. etherfind    usr.etc/etherfind
  439. format        usr.etc/format
  440. htable        usr.etc/htable
  441. implog        usr.etc/implog
  442. in.ftpd        -a usr.etc/in.ftpd ucb/ftp
  443. in.named    usr.etc/in.named
  444. in.rwhod    usr.etc/in.rwhod
  445. keyserv        usr.etc/keyserv
  446. ndbootd        usr.etc/ndbootd
  447. praudit        usr.etc/praudit
  448. rexd        usr.etc/rexd
  449. rpc.bootparamd    usr.etc/rpc.bootparamd
  450. termcap        usr.etc/termcap
  451. upgrade        usr.etc/upgrade
  452. yp        usr.etc/yp
  453. zic        usr.etc/zic
  454.  
  455. # Programs that live in "usr.etc"
  456. ac        usr.etc Makefile ac.c
  457. accton        usr.etc Makefile accton.c
  458. audit        usr.etc Makefile audit.c
  459. auditd        usr.etc Makefile auditd.c
  460. catman        usr.etc Makefile catman.c
  461. chroot        usr.etc Makefile chroot.c
  462. dcheck        usr.etc Makefile dcheck.c
  463. devnm        usr.etc Makefile devnm.c
  464. dumpfs        usr.etc Makefile dumpfs.c
  465. edquota        usr.etc Makefile edquota.c
  466. exportfs    usr.etc Makefile exportfs.c
  467. foption        usr.etc Makefile foption.c
  468. gettable    usr.etc Makefile gettable.c
  469. grpck        usr.etc Makefile grpck.c
  470. icheck        usr.etc Makefile icheck.c
  471. in.comsat    usr.etc Makefile in.comsat.c
  472. in.fingerd    usr.etc Makefile in.fingerd.c
  473. in.rexecd    usr.etc Makefile in.rexecd.c
  474. in.telnetd    usr.etc Makefile in.telnetd.c
  475. in.tnamed    usr.etc Makefile in.tnamed.c
  476. kgmon        usr.etc Makefile kgmon.c
  477. link        usr.etc Makefile link.c
  478. mkfile        usr.etc Makefile mkfile.c
  479. mkproto        usr.etc Makefile mkproto.c
  480. mount_lo    usr.etc Makefile mount_lo.c
  481. ncheck        usr.etc Makefile ncheck.c
  482. nfsstat        usr.etc Makefile nfsstat.c
  483. ping        usr.etc Makefile ping.c
  484. pwck        usr.etc Makefile pwck.c
  485. quot        usr.etc Makefile quot.c
  486. quotacheck    usr.etc Makefile quotacheck.c
  487. quotaon        usr.etc Makefile quotaon.c
  488. rarpd        usr.etc Makefile rarpd.c
  489. repquota    usr.etc Makefile repquota.c
  490. route        usr.etc Makefile route.c
  491. rpc.etherd    usr.etc Makefile rpc.etherd.c
  492. rpc.mountd    usr.etc Makefile rpc.mountd.c
  493. rpc.pwdauthd    usr.etc Makefile rpc.pwdauthd.c
  494. rpc.rquotad    usr.etc Makefile rpc.rquotad.c
  495. rpc.rstatd    usr.etc Makefile rpc.rstatd.c
  496. rpc.rusersd    usr.etc Makefile rpc.rusersd.c
  497. rpc.rwalld    usr.etc Makefile rpc.rwalld.c
  498. rpc.sprayd    usr.etc Makefile rpc.sprayd.c
  499. rpc.yppasswdd    usr.etc Makefile rpc.yppasswdd.c
  500. rpc.ypupdated    usr.etc Makefile rpc.ypupdated.c
  501. rpcinfo        usr.etc Makefile rpcinfo.c
  502. rwall        usr.etc Makefile rwall.c
  503. sa        usr.etc Makefile sa.c
  504. savecore    usr.etc Makefile savecore.c
  505. showmount    usr.etc Makefile showmount.c
  506. spray        usr.etc Makefile spray.c
  507. swapon        usr.etc Makefile swapon.c
  508. trpt        usr.etc Makefile trpt.c
  509. tunefs        usr.etc Makefile tunefs.c
  510. unlink        usr.etc Makefile unlink.c
  511.  
  512. # Sub-directories of "usr.lib"
  513. bb_count    usr.lib/bb_count
  514. fixedwidthfonts    usr.lib/fixedwidthfonts
  515. libcurses    usr.lib/libcurses
  516. libdbm        usr.lib/libdbm
  517. libg        usr.lib/libg
  518. libkvm        usr.lib/libkvm
  519. libln        usr.lib/libln
  520. liblwp        usr.lib/liblwp
  521. libm        usr.lib/libm
  522. libmp        usr.lib/libmp
  523. libpixrect    usr.lib/libpixrect
  524. libplot        usr.lib/libplot
  525. libresolv    usr.lib/libresolv
  526. librpcsvc    usr.lib/librpcsvc
  527. libtermlib    usr.lib/libtermlib
  528. liby        usr.lib/liby
  529. me        usr.lib/me
  530. ms        usr.lib/ms
  531. sendmail    usr.lib/sendmail
  532. sun_tmac    usr.lib/tmac
  533. vfont        usr.lib/vfont
  534.  
  535. # Programs that live in "usr.lib"
  536. getNAME        usr.lib Makefile getNAME
  537. makekey        usr.lib Makefile makekey
  538.  
  539. # Sub-directories of "5bin"
  540. 5diff3        5bin/diff3
  541. 5m4        5bin/m4
  542.  
  543. # Sub-directories of "5bin", but use sources from other places
  544. 5cxref        -a 5bin/cxref usr.bin/cxref
  545. 5sed        -a 5bin/sed bin/sed
  546. 5lint        -a 5bin/lint lang/pcc lang/lint
  547.  
  548. # Programs that live in "5bin"
  549. 5banner        5bin Makefile banner.c
  550. 5cat        5bin Makefile cat.c
  551. 5du        5bin Makefile du.c
  552. 5echo        5bin Makefile echo.c
  553. 5expr        5bin Makefile expr.c
  554. 5ls        5bin Makefile ls.c
  555. 5nohup        5bin Makefile nohup.c
  556. 5od        5bin Makefile od.c
  557. 5pg        5bin Makefile pg.c
  558. 5pr        5bin Makefile pr.c
  559. 5sum        5bin Makefile sum.c
  560. 5tabs        5bin Makefile tabs.c
  561. 5time        5bin Makefile time.c
  562. 5tr        5bin Makefile tr.c
  563. 5uname        5bin Makefile uname.c
  564.  
  565. # Programs that live in "5bin", but use sources from other places
  566. 5chmod        -a 5bin/Makefile bin/chmod.c
  567. 5date        -a 5bin/Makefile bin/date.c
  568. 5grep        -a 5bin/Makefile bin/grep.c
  569. 5stty        -a 5bin/Makefile bin/stty.c
  570. 5col        -a 5bin/Makefile usr.bin/col.c
  571. 5sort        -a 5bin/Makefile usr.bin/sort.c
  572. 5touch        -a 5bin/Makefile usr.bin/touch.c
  573.  
  574. # Sub-directories of "5lib"
  575. 5compile    5lib/compile
  576. 5libcurses    5lib/libcurses
  577. 5liby        5lib/liby
  578. 5terminfo    5lib/terminfo
  579.  
  580. # Programs that live in "5lib"
  581. # NONE
  582.